:root {
  --libre-frank: 'Libre Franklin', sans-serif;
  --noto: 'Noto Serif', serif;
  --tomorrow: 'Tomorrow', sans-serif;
  --rojo: #D01A49;
  --verde: #1BB098;
  --gris1: #979797;
  --gris2: #C7C8CA;
  --gris3: #E7E7E7;
  --gris4: #F8F8F8;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a:focus-visible {
  border: 1px dashed #D01A49 !important;
  outline: none !important;
}

a.logo {
  display: block;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

aside,
figcaption,
figure,
footer,
header,
main,
nav,
section,
details {
  display: block;
}

:focus {
  outline: none;
  border: 0 none
}

body {
  margin: 0;
  font-family: var(--noto);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #FFF;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

canvas,
img,
video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

@supports (display: block) {
  svg {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
  }
}

svg:not(:root) {
  overflow: hidden;
}

g {
  clip-path: none;
}

img:not([src]) {
  min-width: 1px;
  visibility: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--libre-frank);
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

p:last-child {
  margin-bottom: 0;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-width: 1px 0 0 0;
  border-color: rgba(0, 0, 0, .1);
  border-style: solid;
  box-sizing: content-box;
  overflow: visible;
  height: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

blockquote {
  margin: 0 0 20px 0;
  font-size: 1.25rem;
  line-height: 1.5;
  font-style: italic;
  color: #333;
}

pre {
  font: 0.875rem / 1.5 Consolas, monaco, monospace;
  color: #666;
  -moz-tab-size: 4;
  tab-size: 4;
  overflow: auto;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background-color: #FFF;
}

pre code {
  font-family: Consolas, monaco, monospace;
}

::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

template {
  display: none;
}

.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.navbar-nav,
.navbar-menu-block ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .navbar-nav,
  .navbar-menu-block ul {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/* ========================================================================
  Component: Icon
========================================================================== */
.uk-icon {
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  background-color: transparent;
  display: inline-block;
  fill: currentcolor;
  line-height: 0;
}
button.uk-icon:not(:disabled) {
  cursor: pointer;
}
.uk-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.uk-icon:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: currentcolor;
}
.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: currentcolor;
}
.uk-icon > * {
  transform: translate(0, 0);
}
.uk-icon-button {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #f8f8f8;
  color: #999;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}
/* ========================================================================
  Component: Form
========================================================================== */
.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: .375rem .75rem;
  font-family: var(--libre-frank);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  background-color: #F8F8F8;
  background-clip: padding-box;
  border: 0 none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
select.form-control {
  background-image: url(../images/arrow-dow.png);
  background-position: 97% center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: .375rem 2.5rem .375rem .75rem;
}
[type="radio"],
[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none;
}
[type="radio"] + div + label:before,
[type="radio"] + label:before,
[type="radio"] + div + label:after,
[type="radio"] + label:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #979797;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: -30px;
}
[type="radio"]:checked + div + label:after,
[type="radio"]:checked + label:after {
  background-color: #000;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
[type="radio"]:checked + div + label:before,
[type="radio"]:checked + div + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after {
  border: 2px solid #000;
  border: 2px solid #fff;
  BACKGROUND: #FFF;

}
[type="radio"]:disabled + div + label:before,
[type="radio"]:disabled + label:before,
[type="radio"]:disabled + div + label:after,
[type="radio"]:disabled + label:after,
[type="checkbox"]:disabled + div + label:before,
[type="checkbox"]:disabled + label:before,
[type="checkbox"]:disabled + div + label:after,
[type="checkbox"]:disabled + label:after {
  border: 2px solid #979797;
}
[type="radio"]:disabled:checked + div + label:after,
[type="radio"]:disabled:checked + label:after,
[type="checkbox"]:disabled:checked + div + label:after,
[type="checkbox"]:disabled:checked + label:after {
  background-color: #979797;
}
[type="checkbox"]:disabled:checked + div + label:after,
[type="checkbox"]:disabled:checked + label:after {
  color: #DDD;
}
[type="checkbox"] + div + label:before,
[type="checkbox"] + label:before,
[type="checkbox"] + div + label:after,
[type="checkbox"] + label:after {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #FFF;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
#form-postulante [type="checkbox"] + div + label:before,
#form-postulante [type="checkbox"] + label:before,
#form-postulante [type="checkbox"] + div + label:after,
#form-postulante [type="checkbox"] + label:after {
 border: 1px solid #000;
}
[type="checkbox"]:checked + div + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  font-size: 12px;
  line-height: 1.2;
  color: #FFF;
  text-align: center;
  background-color: #000;
}
[type="radio"]:checked + label {
  color: #000;
  color: #fff;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  outline: none !important;
}
.form-control::-webkit-input-placeholder {
  color: #979797;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #979797;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #979797;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #979797;
  opacity: 1;
}
.form-control::placeholder {
  color: #979797;
  opacity: 1;
}
.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}
.form-label-group input::-moz-placeholder {
  color: transparent;
}
.form-label-group input:-ms-input-placeholder {
  color: transparent;
}
.form-label-group input::-ms-input-placeholder {
  color: transparent;
}
.form-label-group input::placeholder {
  color: transparent;
}
label {
  font-family: var(--noto);
  position: relative;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  display: inline-block;
}
.form-radios-inline label {
  color: #979797;
  text-transform: uppercase;
  cursor: pointer;
  left: 30px;
  font-family: var(--libre-frank);
}
.form-radios-inline label br {
  display: none;
}
.form-label-group {
  position: relative;
}
.form-label-group label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  padding: .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #979797;
  pointer-events: none;
  cursor: text;
  transition: all .1s ease-in-out;
}
@media screen and (min-width:992px) {
  .form-radios-inline label br {
    display: block;
  }
  .featured-bottom-third {
    padding: 70px 0 70px;
  }
  .formulario-slim .content > h2 {
    margin: 55px 120px 0 0;
    font-size: 38px;
    width: auto;
  }
}
.form-label-group input:not(:-moz-placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}
.form-label-group input:not(:-ms-input-placeholder) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}
.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}
.form-label-group input:not(:-moz-placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
}
.form-label-group input:not(:-ms-input-placeholder) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
}
.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  color: #000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #000;
  padding: 12px 15px;
  font-size: 1rem;
  line-height: 1.5;
  width: 200px;
  font-family: var(--libre-frank);
  border-radius: 0;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

button#volver {
  color: #fff;
  border: #fff solid 1px;
}
.btn.btn-disabled {
  border-color: #C7C8CA;
  color: #C7C8CA;
}
.btn.btn-disabled svg * {
  fill: #C7C8CA;
}
.btn.btn-disabled.active {
  border-color: #000;
  color: #000;
}
.btn.btn-disabled.active {
  border-color: #fff;
  color: #fff;
  background-color: var(--rojo);
}

.btn.btn-disabled.active svg * {
  fill: #000;
}

#form-slim .btn.btn-disabled.active svg * {
  fill: #fff;
}
.btn.btn-send {
  /* background-color: #E7E7E7; */
  border-color: #E7E7E7;
  color: #FFF;
  width: 250px;
}
.btn.btn-send.active svg *,
.btn.btn-send svg *, .btn.btn-back svg * {
  fill: #FFF;
}

#block-formularioinscripciones-banner button#enviar-form.btn.btn-send.active {
  background-color: var(--rojo);
  border: solid 1px #000 !important;
  color: #fff !important;
}
/* .btn.btn-send.active {
  background-color: #000;
  border-color: #000;
} */

.btn.btn-send.active {
  background-color: var(--rojo);
  border-color: #fff;
}

/*Botones forn en banner*/
#block-formularioinscripciones-banner button#volver {
  color: #000;
  border: solid 1px #000;
}
#block-formularioinscripciones-banner .btn.btn-back svg * {
  fill: #000;
}
#block-formularioinscripciones-banner button#enviar-form {
  border: solid 1px #919191;
  color: #919191;
}
#block-formularioinscripciones-banner .btn.btn-send svg * {
  fill: #fff;
}

#block-formularioinscripciones-banner [type="checkbox"] + label:after {
  border-color: #818181;
}

/* ========================================================================
  AB TESTING
========================================================================== */
.page-node-96  [type="radio"]:checked + div + label:before,
.page-node-96  [type="radio"]:checked + div + label:after,
.page-node-96  [type="radio"]:checked + label:before,
.page-node-96 [type="radio"]:checked + label:after {
  border: 2px solid #000 !important;
  border: 2px solid #000 !important;
  BACKGROUND: #000 !important;
}
.page-node-96 [type="checkbox"] + div + label:before,
.page-node-96 [type="checkbox"] + label:before,
.page-node-96 [type="checkbox"] + div + label:after,
.page-node-96 [type="checkbox"] + label:after,
.page-node-162 [type="checkbox"] + div + label:before,
.page-node-162 [type="checkbox"] + label:before,
.page-node-162 [type="checkbox"] + div + label:after,
.page-node-162 [type="checkbox"] + label:after {
  border: 1px solid #000;
}
.page-node-96  button#volver {
  color: #000;
  border: #000 solid 1px;
}
.page-node-96 .btn.btn-back svg * {
  fill: #000;
}
.page-node-96 .btn.btn-disabled {
  border-color: #000;
  color: #000;
}
.page-node-96 .btn.btn-disabled.active {
  color: #fff;
  fill: #fff;
  border: #fff;
}
.page-node-96 .btn.btn-disabled svg * {
  fill: #000;
}
.page-node-96  .btn.btn-send {
  border-color: #847b78;
  color: #847b78;
  width: 200px;
}
.page-node-96  .btn.btn-send svg *{
  fill: #847b78;
}
.page-node-96  .btn.btn-send.active {
  color: #fff;
}
.page-node-96  .msg-gracias svg * {
  stroke: #000;
}
.page-node-96 .msg-gracias h3, .page-node-96 .msg-gracias p {
  color: #000;
}
.page-node-96 .form-check label a , .page-node-96 .form-check label{
  color: #000;
}
.page-node-96 .btn.btn-send.active svg * {
  fill: #fff;
}
/* ========================================================================
  Component: Button
========================================================================== */
.uk-button {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color;
}
.uk-button:not(:disabled) {
  cursor: pointer;
}
.uk-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* ========================================================================
  Component: Card
========================================================================== */
.uk-card {
  position: relative;
  box-sizing: border-box;
  transition: box-shadow 0.1s ease-in-out;
}
.uk-card-body {
  display: flow-root;
  padding: 30px 30px;
}
.uk-card-header {
  display: flow-root;
  padding: 15px 30px;
}
.uk-card-footer {
  display: flow-root;
  padding: 15px 30px;
}
/* ========================================================================
  Component: Close
========================================================================== */
.uk-close {
  color: #999;
  transition: 0.1s ease-in-out;
  transition-property: color, opacity;
}
.uk-close:hover,
.uk-close:focus {
  color: #666;
  outline: none;
}
/* ========================================================================
  Component: Alert
========================================================================== */
.uk-alert {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 29px 15px 15px;
  background: #f8f8f8;
  color: #666;
}
* + .uk-alert {
  margin-top: 20px;
}
.uk-alert > :last-child {
  margin-bottom: 0;
}
.uk-alert-close {
  position: absolute;
  top: 20px;
  right: 15px;
  color: inherit;
  opacity: .8;
  cursor: pointer;
}
.uk-alert-close:first-child + * {
  margin-top: 0;
}
.uk-alert-primary {
  background-color: #d8eafc;
  color: #1e87f0;
}
.uk-alert-success {
  background-color: #edfbf6;
  color: #32d296;
}
.uk-alert-warning {
  background-color: #fff6ee;
  color: #faa05a;
}
.uk-alert-danger {
  background-color: #fef4f6;
  color: #f0506e;
}
/* ========================================================================
  Component: Accordion
========================================================================== */
.uk-accordion {
  padding: 0;
  list-style: none;
}
.accordion-white .uk-accordion-title {
  color: #FFF;
  border-bottom: 1px solid #FFF;
}
.uk-accordion-title {
  display: block;
  font-size: 18px;
  color: #000;
  overflow: hidden;
  font-family: var(--libre-frank);
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding: 0 0 10px 0;
}

.accordion-white .uk-accordion-title::before {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 7.5L6.29289 8.20711L7 8.91421L7.70711 8.20711L7 7.5ZM12.2929 0.792893L6.29289 6.79289L7.70711 8.20711L13.7071 2.20711L12.2929 0.792893ZM7.70711 6.79289L1.70711 0.792892L0.292893 2.20711L6.29289 8.20711L7.70711 6.79289Z' fill='white'/%3E%3C/svg%3E%0A");
}
.uk-accordion-title::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-left: 10px;
  float: right;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.15152 1.15146C0.682891 1.62009 0.682891 2.37989 1.15152 2.84852L5.15152 6.84852C5.62015 7.31715 6.37995 7.31715 6.84858 6.84852L10.8486 2.84852C11.3172 2.37989 11.3172 1.62009 10.8486 1.15146C10.3799 0.682832 9.62015 0.682832 9.15152 1.15146L6.00005 4.30293L2.84858 1.15146C2.37995 0.682831 1.62015 0.682831 1.15152 1.15146Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.accordion-white .uk-open > .uk-accordion-title::before {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1.5L7.70711 0.792894L7 0.0857866L6.29289 0.792894L7 1.5ZM1.70711 8.20711L7.70711 2.20711L6.29289 0.792894L0.292893 6.79289L1.70711 8.20711ZM6.29289 2.20711L12.2929 8.20711L13.7071 6.79289L7.70711 0.792894L6.29289 2.20711Z' fill='white'/%3E%3C/svg%3E%0A");
}
.uk-open > .uk-accordion-title::before {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2.5L7.75926 1.84921L7 0.963409L6.24074 1.84921L7 2.5ZM1.75926 10.1508L7.75926 3.15079L6.24074 1.84921L0.240743 8.84921L1.75926 10.1508ZM6.24074 3.15079L12.2407 10.1508L13.7593 8.84921L7.75926 1.84921L6.24074 3.15079Z' fill='black'/%3E%3C/svg%3E%0A");
}
.accordion-white .uk-accordion-title:hover,
.accordion-white .uk-accordion-title:focus {
  color: #FFF;
}
.uk-accordion-title:hover,
.uk-accordion-title:focus {
  color: #000;
  text-decoration: none;
  outline: none;
}
.uk-accordion-content {
  display: flow-root;
  margin-top: 30px;
}
/* ========================================================================
  Component: Drop
========================================================================== */
.uk-drop {
  display: none;
  position: absolute;
  z-index: 1020;
  box-sizing: border-box;
  width: 300px;
}
.uk-drop.uk-open {
  display: block;
}
.uk-drop-stack .uk-drop-grid > * {
  width: 100% !important;
}
/* ========================================================================
  Component: Dropdown
========================================================================== */
.uk-dropdown {
  display: none;
  position: absolute;
  z-index: 1020;
  box-sizing: border-box;
  min-width: 200px;
  padding: 25px;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
.uk-dropdown.uk-open {
  display: block;
}
.uk-dropdown-stack .uk-dropdown-grid > * {
  width: 100% !important;
}
/* ========================================================================
  Component: Modal
========================================================================== */
.uk-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 15px 15px;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.15s linear;
}
@media (min-width: 640px) {
  .uk-modal {
    padding: 50px 30px;
  }
}
@media (min-width: 960px) {
  .uk-modal {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.uk-modal.uk-open {
  opacity: 1;
}
.uk-modal-page {
  overflow: hidden;
}
.uk-modal-dialog {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  width: 800px;
  background-color: #FFF;
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.3s linear;
  transition-property: opacity, transform;
}
#modal-laboratorios-videos {
  padding: 0;
  margin: 0;
}
#modal-laboratorios-videos .uk-modal-dialog {
  width: 100%;
  height: 100%;
  padding: 0;
}
#modal-laboratorios-videos button.uk-modal-close-default svg {
  display: none;
}
#modal-laboratorios-videos button.uk-modal-close-default {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='14' viewBox='0 0 23 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.07716 -5.20672e-06L-2.22749e-05 6.98526L7.07716 14L7.82056 13.2632L2.10868 7.57497L23 7.57497L23 6.51391L1.99206 6.51391L7.82056 0.736837L7.07716 -5.20672e-06Z' fill='white'/%3E%3C/svg%3E%0A");
  background-color: #000;
  top: auto;
  bottom: 0;
  right: 0;
  color: #FFF;
  opacity: 1;
  padding: 15px 25px 15px 70px;
  line-height: 1;
  background-repeat: no-repeat;
  background-position: 15px center;
  font-weight: 700;
}
#modal-galeria-imagenes button.uk-close,
#modal-testimonio-video button.uk-close {
  background-color: #000;
  padding: 10px;
}
#modal-galeria-imagenes .uk-modal-body {
  padding: 0;
}
#modal-galeria-imagenes .galeria-imagen {
  text-align: center;
}
#modal-galeria-imagenes .galeria-caption {
  padding: 30px;
}
.uk-open > .uk-modal-dialog {
  opacity: 1;
  transform: translateY(0);
}
.uk-modal-container .uk-modal-dialog {
  width: 1200px;
}
.uk-modal-full {
  padding: 0;
  background: none;
}
.uk-modal-full .uk-modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(0);
}
/* Sections
 ========================================================================== */
.uk-modal-body {
  display: flow-root;
  padding: 30px 30px;
}
[class*='uk-modal-close-'] {
  position: absolute;
  z-index: 1010;
  top: 0;
  right: 0;
  padding: 5px;
}
[class*='uk-modal-close-'] svg {
  width: 20px;
}
[class*='uk-modal-close-']:first-child + * {
  margin-top: 0;
}
.uk-modal-close-outside {
  top: 0;
  right: -5px;
  transform: translate(0, -100%);
  color: #ffffff;
}
.uk-modal-close-outside:hover {
  color: #fff;
}
@media (min-width: 960px) {
  .uk-modal-close-outside {
    right: 0;
    transform: translate(100%, -100%);
  }
}
.uk-modal-close-full {
  top: 0;
  right: 0;
  padding: 20px;
  background: #fff;
}
/* ========================================================================
  Component: Slideshow
========================================================================== */
.uk-slideshow {
  -webkit-tap-highlight-color: transparent;
}
.uk-slideshow-items {
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  -webkit-touch-callout: none;
}
.uk-slideshow-items > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  will-change: transform, opacity;
  touch-action: pan-y;
}
.uk-slideshow-items > :focus {
  outline: none;
}
.uk-slideshow-items > :not(.uk-active) {
  display: none;
}
/* ========================================================================
  Component: Slider
========================================================================== */
.uk-slider {
  -webkit-tap-highlight-color: transparent;
}
.uk-slider-container {
  overflow: hidden;
}
.uk-slider-items {
  /* will-change: transform;   */
  position: relative;
}
.uk-slider-items:not(.uk-grid) {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-touch-callout: none;
}
.uk-slider-items.uk-grid {
  flex-wrap: nowrap;
}
.uk-slider-items > * {
  flex: none;
  position: relative;
  touch-action: pan-y;
}
.uk-slider-items > :focus {
  outline: none;
}
.uk-slider-nav.uk-dotnav li button {
  background-color: #C4C4C4;
  appearance: none;
  width: 20px;
  height: 5px;
  border: 0 none;
  display: block;
  margin: 0 4px;
  cursor: pointer;
  border-radius: 5px;
}
.uk-slider-nav.uk-dotnav {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}
.uk-slider-nav.uk-dotnav li:hover button,
.uk-slider-nav.uk-dotnav li.uk-active button {
  background-color: var(--rojo);
}
@media screen and (min-width:992px) {
  .uk-slider-nav.uk-dotnav {
    margin: 50px 0 0;
  }
  .uk-slider-nav.uk-dotnav li button {
    width: 45px;
    margin: 0 5px;
  }
}
/* ========================================================================
  Component: Sticky
========================================================================== */
.uk-sticky-fixed {
  z-index: 980;
  box-sizing: border-box;
  margin: 0 !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.uk-sticky[class*='uk-animation-'] {
  animation-duration: 0.2s;
}
.uk-sticky.uk-animation-reverse {
  animation-duration: 0.2s;
}
/* ========================================================================
  Component: Off-canvas
========================================================================== */
.uk-offcanvas {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.uk-offcanvas-flip .uk-offcanvas {
  right: 0;
  left: auto;
}
.uk-offcanvas-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  box-sizing: border-box;
  width: 100%;
  padding: 30px 15px 0;
  background-color: #000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.uk-open > .uk-offcanvas-bar {
  left: 0;
}
.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
  left: auto;
  right: 0;
}
.uk-offcanvas-bar-animation {
  transition: left 0.3s ease-out;
}
.uk-offcanvas-flip .uk-offcanvas-bar-animation {
  transition-property: right;
}
.uk-offcanvas-reveal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  transition: width 0.3s ease-out;
}
.uk-offcanvas-reveal .uk-offcanvas-bar {
  left: 0;
}
.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
  left: auto;
  right: 0;
}
.uk-open > .uk-offcanvas-reveal {
  width: 270px;
}
@media (min-width: 960px) {
  .uk-open > .uk-offcanvas-reveal {
    width: 350px;
  }
}
.uk-offcanvas-flip .uk-offcanvas-reveal {
  right: 0;
  left: auto;
}
.uk-offcanvas-close {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  padding: 5px;
  background-color: #000;
  color: #FFF;
}
.uk-offcanvas-close.mobile-close svg {
  width: 45px;
  padding: 8px;
}
.uk-offcanvas-overlay {
  width: 100vw;
  touch-action: none;
}
.uk-offcanvas-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.15s linear;
}
.uk-offcanvas-overlay.uk-open::before {
  opacity: 1;
}
.uk-offcanvas-page,
.uk-offcanvas-container {
  overflow-x: hidden;
}
.uk-offcanvas-container {
  position: relative;
  left: 0;
  transition: left 0.3s ease-out;
  box-sizing: border-box;
  width: 100%;
}
:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
  left: 270px;
}
.uk-offcanvas-flip.uk-offcanvas-container-animation {
  left: -270px;
}
@media (min-width: 960px) {
  :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 350px;
  }
  .uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -350px;
  }
}
/* ========================================================================
  Component: Switcher
========================================================================== */
.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
}
.uk-switcher > :not(.uk-active) {
  display: none;
}
.uk-switcher > * > :last-child {
  margin-bottom: 0;
}
/* ========================================================================
  Component: Grid
========================================================================== */
.uk-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.uk-grid > * {
  margin: 0;
}
.uk-grid > * > :last-child {
  margin-bottom: 0;
}
.uk-grid-match > * > :not([class*='uk-width']),
.uk-grid-item-match > :not([class*='uk-width']) {
  box-sizing: border-box;
  width: 100%;
  flex: auto;
}
/* ========================================================================
  Component: Nav
========================================================================== */
.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.uk-nav li > a {
  display: block;
  text-decoration: none;
}
/* ========================================================================
  Component: Navbar
========================================================================== */
.uk-navbar-dropdown {
  display: none;
  flex-wrap: wrap;
  position: relative;
  flex-direction: column;
}
.uk-navbar-dropdown.uk-open {
  display: flex;
  flex-direction: row;
}
/* ========================================================================
  Component: Breadcrumb
========================================================================== */
.uk-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.uk-breadcrumb > * {
  flex: none;
}
.uk-breadcrumb > * > * {
  display: inline-block;
  font-size: 0.875rem;
  color: #999;
}
/* ========================================================================
  Component: Tab
========================================================================== */
.uk-tab {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  padding: 0;
  list-style: none;
  position: relative;
}
.uk-tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 0;
  border-bottom: 1px solid #e5e5e5;
}
.uk-tab > * {
  flex: none;
  padding-left: 20px;
  position: relative;
}
.uk-tab > * > a {
  display: block;
  text-align: center;
  padding: 5px 10px;
  color: #999;
  border-bottom: 1px solid transparent;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: color 0.1s ease-in-out;
}
/* ========================================================================
  Component: Slidenav
========================================================================== */
.uk-slidenav {
  padding: 0 15px;
  color:#FFF;
  transition: color 0.1s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.uk-slidenav.uk-slidenav-next {
  left: auto;
  right: 0;
}
.uk-slidenav svg {
  width: 20px;
}
.uk-slidenav-container {
  display: flex;
}
/* ========================================================================
  Component: Iconnav
========================================================================== */
.uk-iconnav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -10px;
}
.uk-iconnav > * {
  /* 1 */
  padding-left: 10px;
}
.uk-iconnav > * > a {
  display: block;
  color: #999;
}
.uk-iconnav > * > a:hover,
.uk-iconnav > * > a:focus {
  color: #666;
  outline: none;
}
.uk-iconnav > .uk-active > a {
  color: #666;
}
.uk-iconnav-vertical {
  flex-direction: column;
  margin-left: 0;
  margin-top: -10px;
}

.uk-iconnav-vertical > * {
  padding-left: 0;
  padding-top: 10px;
}
/* ========================================================================
  Component: Lightbox
========================================================================== */
.uk-lightbox {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  background-color: rgba(0, 0, 0, .9);
  opacity: 0;
  transition: opacity 0.15s linear;
  touch-action: pinch-zoom;
}
.uk-lightbox.uk-open {
  display: block;
  opacity: 1;
}
.uk-lightbox-page {
  overflow: hidden;
}
.uk-lightbox-items > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  will-change: transform, opacity;
}
.uk-lightbox-items > * > * {
  max-width: 100vw;
  max-height: 100vh;
}
.uk-lightbox-items > :focus {
  outline: none;
}
.uk-lightbox-items > * > :not(iframe) {
  width: auto;
  height: auto;
}
.uk-lightbox-items > .uk-active {
  display: flex;
}
.uk-lightbox-toolbar {
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
}
.uk-lightbox-toolbar > * {
  color: rgba(255, 255, 255, 0.7);
}
.uk-lightbox-toolbar-icon {
  padding: 5px;
  color: rgba(255, 255, 255, 0.7);
}
.uk-lightbox-toolbar-icon:hover {
  color: #fff;
}
.uk-lightbox-button {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.uk-lightbox-button:hover {
  color: #fff;
}
.uk-lightbox-caption:empty {
  display: none;
}
.uk-lightbox-iframe {
  width: 80%;
  height: 80%;
}
/* ========================================================================
  Component: Animation
========================================================================== */
[class*='uk-animation-'] {
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: 0.8s;
  animation-timing-function: linear;
}
.uk-animation-scale-up {
  animation-name: uk-fade-scale-02;
}
.uk-animation-scale-down {
  animation-name: uk-fade-scale-18;
}
.uk-animation-slide-top {
  animation-name: uk-fade-top;
}
.uk-animation-slide-bottom {
  animation-name: uk-fade-bottom;
}
.uk-animation-slide-left {
  animation-name: uk-fade-left;
}
.uk-animation-slide-right {
  animation-name: uk-fade-right;
}
.uk-animation-slide-top-small {
  animation-name: uk-fade-top-small;
}
.uk-animation-slide-bottom-small {
  animation-name: uk-fade-bottom-small;
}
.uk-animation-slide-left-small {
  animation-name: uk-fade-left-small;
}
.uk-animation-slide-right-small {
  animation-name: uk-fade-right-small;
}
.uk-animation-slide-top-medium {
  animation-name: uk-fade-top-medium;
}
.uk-animation-slide-bottom-medium {
  animation-name: uk-fade-bottom-medium;
}
.uk-animation-slide-left-medium {
  animation-name: uk-fade-left-medium;
}
.uk-animation-slide-right-medium {
  animation-name: uk-fade-right-medium;
}
.uk-animation-kenburns {
  animation-name: uk-scale-kenburns;
  animation-duration: 15s;
}
.uk-animation-shake {
  animation-name: uk-shake;
}
.uk-animation-stroke {
  animation-name: uk-stroke;
  stroke-dasharray: var(--uk-animation-stroke);
  animation-duration: 2s;
}
.uk-animation-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in;
}
.uk-animation-fast {
  animation-duration: 0.1s;
}
.uk-animation-toggle:not(:hover):not(:focus) [class*='uk-animation-'] {
  animation-name: none;
}

.uk-animation-toggle {
  -webkit-tap-highlight-color: transparent;
}
.uk-animation-toggle:focus {
  outline: none;
}
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes uk-scale-kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes uk-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* ========================================================================
  Component: Cover
========================================================================== */
.uk-cover {
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
iframe.uk-cover {
  pointer-events: none;
}
.uk-cover-container {
  overflow: hidden;
  position: relative;
}
/* ========================================================================
  Component: Transition
========================================================================== */
.uk-transition-toggle {
  -webkit-tap-highlight-color: transparent;
}
.uk-transition-toggle:focus {
  outline: none;
}
.uk-transition-fade,
[class*='uk-transition-scale'],
[class*='uk-transition-slide'] {
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
  opacity: 0;
}
.uk-transition-toggle:hover .uk-transition-fade,
.uk-transition-toggle:focus .uk-transition-fade,
.uk-transition-active.uk-active .uk-transition-fade {
  opacity: 1;
}
.uk-transition-scale-up {
  transform: scale(1, 1);
}
.uk-transition-scale-down {
  transform: scale(1.1, 1.1);
}
.uk-transition-toggle:hover .uk-transition-scale-up,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-active.uk-active .uk-transition-scale-up {
  opacity: 1;
  transform: scale(1.1, 1.1);
}
.uk-transition-toggle:hover .uk-transition-scale-down,
.uk-transition-toggle:focus .uk-transition-scale-down,
.uk-transition-active.uk-active .uk-transition-scale-down {
  opacity: 1;
  transform: scale(1, 1);
}
.uk-transition-slide-top {
  transform: translateY(-100%);
}
.uk-transition-slide-bottom {
  transform: translateY(100%);
}
.uk-transition-slide-left {
  transform: translateX(-100%);
}
.uk-transition-slide-right {
  transform: translateX(100%);
}
.uk-transition-slide-top-small {
  transform: translateY(-10px);
}
.uk-transition-slide-bottom-small {
  transform: translateY(10px);
}
.uk-transition-slide-left-small {
  transform: translateX(-10px);
}
.uk-transition-slide-right-small {
  transform: translateX(10px);
}
.uk-transition-slide-top-medium {
  transform: translateY(-50px);
}
.uk-transition-slide-bottom-medium {
  transform: translateY(50px);
}
.uk-transition-slide-left-medium {
  transform: translateX(-50px);
}
.uk-transition-slide-right-medium {
  transform: translateX(50px);
}
.uk-transition-toggle:hover [class*='uk-transition-slide'],
.uk-transition-toggle:focus [class*='uk-transition-slide'],
.uk-transition-active.uk-active [class*='uk-transition-slide'] {
  opacity: 1;
  transform: translate(0, 0);
}
.uk-transition-opaque {
  opacity: 1;
}
.uk-transition-slow {
  transition-duration: 0.7s;
}
[hidden],
.hidden,
.modales,
.uk-hidden {
  display: none !important;
}
/* ========================================================================
  Component: Utility
========================================================================== */
.text-rojo {
  color: var(--rojo);
  font-size: .9rem;
  display: block;
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.sr-only {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.clearfix::before {
  content: "";
  display: table-cell;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.uk-flex-top.uk-modal {
  align-items: center;
}
.uk-flex-top {
  align-items: flex-start;
}
.uk-flex-wrap-top {
  align-content: flex-start;
}
.uk-flex {
  display: flex;
}
.relative {
  position: relative;
}
.text-align-center {
  text-align: center;
}
.p-0 {
  padding-left: 0;
  padding-right: 0;
}
.tabs ul.nav-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  position: relative;
  z-index: 100;
}
.tabs ul.nav-tabs li a {
  background-color: #CCC;
  padding: 12px 15px;
  display: block;
  color: #343434;
  text-transform: uppercase;
  font-size: 15px;
  margin-right: 2px;
  font-weight: 600;
}
.tabs ul.nav-tabs li a.active,
.tabs ul.nav-tabs li a:hover {
  background-color: #333;
  color: #FFF;
  text-decoration: none;
}

#block-utp-megamenureact .navbar-brand {
  height: 80px;
  padding: 10px 20px;
  width: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#block-utp-megamenureact{
  font-family: 'Libre Franklin';

}

#block-utp-megamenureact a:hover{
  text-decoration: none;
}

#block-utp-megamenureact .row-menu-block{
  width: 100%;
}

